Forgotten file
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Apr 2013 14:22:02 +0000 (10:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Apr 2013 16:42:37 +0000 (12:42 -0400)
tests/Makefile.am

index 8024a987936f2058de5672606359556e2b1de9fb..8d736f8174a832a792a7a19e22d3fc2b851378ca 100644 (file)
@@ -131,7 +131,8 @@ noinst_PROGRAMS =  $(TEST_PROGS)    \
        testpixbuf-scale                \
        testgmenu                       \
        testlogout                      \
-       teststack
+       teststack                       \
+       testrevealer
 
 if USE_X11
 noinst_PROGRAMS += testerrors
@@ -256,6 +257,7 @@ testpixbuf_scale_DEPENDENCIES = $(TEST_DEPS)
 testgmenu_DEPENDENCIES = $(TEST_DEPS)
 testlogout_DEPENDENCIES = $(TEST_DEPS)
 teststack_DEPENDENCIES = $(TEST_DEPS)
+testrevealer_DEPENDENCIES = $(TEST_DEPS)
 
 animated_resizing_SOURCES =    \
        animated-resizing.c     \
@@ -456,6 +458,8 @@ testkineticscrolling_SOURCES = testkineticscrolling.c
 
 teststack_SOURCES = teststack.c
 
+testrevealer_SOURCES = testrevealer.c
+
 EXTRA_DIST +=                  \
        gradient1.png           \
        prop-editor.h           \